Creates a new XML document that is the result of applying an SXLT stylesheet. Returns a String. Optionally register an event handler saxHandler to receive SAX style events on the output XML during the transformation.
Syntax |
|---|
|
result = XMLDocument.Transform( xsl ) |
|
result = XMLDocument.Transform( [saxHandler] ) |
Parameters |
|
|---|---|
|
xsl |
|
|
saxHandler |
XMLXslHandler (Optional) |
Return Value |
|
|---|---|
|
Result |
|